PDF4Java Reference Documentation
com.o2sol.pdf4java.spatial Package / PDFNumberFormat Class / getPrecision Method
In This Topic
    getPrecision Method
    In This Topic
    Gets the precision.
    The value must be a power of 10 (10, 100, 1000, 10000, etc).
    . This property has meaning only if this object is the last one in a number format collection.
    Syntax
    public int getPrecision()

    Return Value

    The precision of decimal display when setFractionDisplay method is set to PDFFractionDisplay.DECIMAL.
    See Also